home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / LSRECSIZ.C < prev    next >
Text File  |  1991-09-23  |  625b  |  23 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "@(#)lsrecsiz.c    1.5 - 91/09/23" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      lsrecsize - lseq record size
  9.  
  10. SYNOPSIS
  11.      #include <lseq.h>
  12.  
  13.      size_t lsrecsize(lsp)
  14.      lseq_t *lsp;
  15.  
  16. DESCRIPTION
  17.      lsrecsize returns the size of records in lseq lsp.  If lsp does
  18.      not point to a valid open lseq, the results are undefined.
  19.      lsrecsize is a macro.
  20.  
  21. ------------------------------------------------------------------------------*/
  22. /* lsrecsize defined in lseq.h. */
  23.